added some development tools
[windows-sources.git] / developer / Samples / NET 4.6 / Samples for Parallel / AcmePizza / AcmePizza_CSharp / obj / Debug / Window1.g.i.cs
blob77d25f57bd6b246e18886d12628bd052bd60712f
1 #pragma checksum "..\..\Window1.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "EEFBEFF8EC1ED637ABB21C04469B98EA"
2 //------------------------------------------------------------------------------
3 // <auto-generated>
4 // This code was generated by a tool.
5 // Runtime Version:4.0.30319.42000
6 //
7 // Changes to this file may cause incorrect behavior and will be lost if
8 // the code is regenerated.
9 // </auto-generated>
10 //------------------------------------------------------------------------------
12 using AcmePizza;
13 using System;
14 using System.Diagnostics;
15 using System.Windows;
16 using System.Windows.Automation;
17 using System.Windows.Controls;
18 using System.Windows.Controls.Primitives;
19 using System.Windows.Data;
20 using System.Windows.Documents;
21 using System.Windows.Ink;
22 using System.Windows.Input;
23 using System.Windows.Markup;
24 using System.Windows.Media;
25 using System.Windows.Media.Animation;
26 using System.Windows.Media.Effects;
27 using System.Windows.Media.Imaging;
28 using System.Windows.Media.Media3D;
29 using System.Windows.Media.TextFormatting;
30 using System.Windows.Navigation;
31 using System.Windows.Shapes;
32 using System.Windows.Shell;
35 namespace AcmePizza {
38 /// <summary>
39 /// Window1
40 /// </summary>
41 public partial class Window1 : System.Windows.Window, System.Windows.Markup.IComponentConnector {
44 #line 18 "..\..\Window1.xaml"
45 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46 internal System.Windows.Controls.ItemsControl ordersList;
48 #line default
49 #line hidden
52 #line 33 "..\..\Window1.xaml"
53 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
54 internal System.Windows.Controls.TextBlock textBlock1;
56 #line default
57 #line hidden
60 #line 34 "..\..\Window1.xaml"
61 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
62 internal System.Windows.Controls.TextBlock textBlock2;
64 #line default
65 #line hidden
68 #line 36 "..\..\Window1.xaml"
69 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
70 internal System.Windows.Controls.Image image1;
72 #line default
73 #line hidden
76 #line 37 "..\..\Window1.xaml"
77 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
78 internal System.Windows.Controls.Button processNextOrderButton;
80 #line default
81 #line hidden
83 private bool _contentLoaded;
85 /// <summary>
86 /// InitializeComponent
87 /// </summary>
88 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
89 [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
90 public void InitializeComponent() {
91 if (_contentLoaded) {
92 return;
94 _contentLoaded = true;
95 System.Uri resourceLocater = new System.Uri("/AcmePizza;component/window1.xaml", System.UriKind.Relative);
97 #line 1 "..\..\Window1.xaml"
98 System.Windows.Application.LoadComponent(this, resourceLocater);
100 #line default
101 #line hidden
104 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
105 [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
106 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
107 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
108 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
109 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
110 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
111 switch (connectionId)
113 case 1:
115 #line 6 "..\..\Window1.xaml"
116 ((AcmePizza.Window1)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
118 #line default
119 #line hidden
120 return;
121 case 2:
122 this.ordersList = ((System.Windows.Controls.ItemsControl)(target));
123 return;
124 case 3:
125 this.textBlock1 = ((System.Windows.Controls.TextBlock)(target));
126 return;
127 case 4:
128 this.textBlock2 = ((System.Windows.Controls.TextBlock)(target));
129 return;
130 case 5:
131 this.image1 = ((System.Windows.Controls.Image)(target));
132 return;
133 case 6:
134 this.processNextOrderButton = ((System.Windows.Controls.Button)(target));
136 #line 37 "..\..\Window1.xaml"
137 this.processNextOrderButton.Click += new System.Windows.RoutedEventHandler(this.processNextOrderButton_Click);
139 #line default
140 #line hidden
141 return;
143 this._contentLoaded = true;